droptarget: Rename :drop to :current-drop
authorMatthias Clasen <mclasen@redhat.com>
Mon, 14 Jun 2021 20:23:35 +0000 (16:23 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 15 Jun 2021 22:21:28 +0000 (18:21 -0400)
commitb09087d6345650cb70465ca6c5fbb11c3f9339cb
tree6df83c19f5c434b4e243d28ef85b39eb0c5ef33f
parenta6b4e53dca3fb63c143f4e1208bcc81950a95f61
droptarget: Rename :drop to :current-drop

Rename the GtkDropTraget:drop property to :current-drop,
to avoid naming collision with the signal of the same
name.

We leave the old property and getter in place, deprecated
and marked as non-introspectable.

Fixes: #4028
gtk/gtkdroptarget.c
gtk/gtkdroptarget.h
gtk/gtknotebook.c
gtk/gtkplacessidebar.c